
@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri&family=Noto+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@500&family=Pragati+Narrow&family=Teko&display=swap');     

#eal{
  width:100%;
  height:105px;
  margin-bottom: 8px !important;
}
#fly{
  width:180px;
  height:105px;
}

.fixed-top {
          top: -40px;
          transform: translateY(40px);
          transition: transform .7s;
      }
      .bg-primary{
        background-color: #2A2A2A !important;
      }
      .bg-primary ul li{
        color: white;
        list-style-type: none;
        display: inline-block;
        margin: 3px 3px;
        position: relative;
        top: 7px;
        font-family: 'Noto Sans', sans-serif;
      }
      .bg-primary ul li a{
        color: white !important;
        text-decoration: none;
        font-family: 'Noto Sans', sans-serif;
        font-weight: 100 !important;
        font-size: 13px !important;
      }
      .bg-primary ul li  :hover{
        color: #D21E2B!important;
      }
      #pa:hover{
        color: red;
      }
      .navbar-light{
        background-color: #D21E2B!important;
      }
      .navbar ul li a{
        color: #fefefe !important;
        margin: 11px 18px;
        font-family: 'Noto Sans', sans-serif;
        font-size: 13px;
        text-transform: uppercase;
      }
      .navbar ul li  :hover{
        color: #FDC800 !important;
        border-bottom: 1px solid #FDC800;
      }
      .stydetwo{
        background-color: #D21E2B!important;
      }
      .stydetwo ul li a{
        color: #FFFEFE !important;
      }
     
      @media screen and (max-width: 469px){
        #caher{
          display:none !important;
        
        }
        .bg-primary{
          background-color: #2A2A2A !important;
          height: 40px !important;
        }
        .navbar ul li a{
          color: #fefefe !important;
          margin: 11px 18px;
          font-family: 'Noto Sans', sans-serif;
          font-size: 13px;
          font-weight: 500 !important;
          text-transform: uppercase;
          text-align: center;
        }
        #eal{
          width:95px;
          height:55px;
          margin-bottom: 15px !important;
          
        }
      }
      @media screen and (max-width: 328px){
          #eal{
            width:85px;
            height:50px;
            margin-bottom: 15px !important;
            
          }
      }